home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / Id010.dxr / 00044_53.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  177 b   |  15 lines

  1. on exitFrame
  2.   if the timer < 580 then
  3.     handcursor(17)
  4.     handcursor(19)
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   sound stop 2
  13.   go(54)
  14. end
  15.